@charset "utf-8";
/*
    Document   : CSS样式初始化
    Created on : 2016.7.23
    Author     :
    Description:
        CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
        导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" />
*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body {background:#fff}   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button {font-size:12px;line-height:1 ;font-family:"微软雅黑", "黑体","宋体";color:#666} /* 重置页面文字属性 */
a {color:#666;text-decoration:none}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */
.container-fluid,.container{
	padding: 0;
}
.row{
	padding: 0;
	margin: 0;
}
.headerBox{
	background: url(../img/header.png) no-repeat center center;
	
}
.logo{
	margin-top: 22px;
}
/*.headerTel{
	float: right;
}*/
.headerTel span{
	color: white;
	font-size: 14px;
	line-height: 36px;
}
.headerTel img{
	display: inline-block;
	padding: 10px 0;
}

.navC li{
	line-height: 80px;
	text-align: center;
}
.navC a{
	color: black;
	font-size: 16px;
}

.navC li:hover {
	background: url(../img/navbg.png) no-repeat;
}
.navC li:hover a{
	color: white;
}
.aboutBox{
	margin-top: 73px;
	margin-bottom: 73px;
}
.about01{
	color: #a4a4a4;
	font-size: 14px;
}
.about02{
	font-size: 55px;
	padding: 12px 0;
}
.about03{
	font-size: 24px;
	color: #a0a0a0;
}
.about04{
	font-size: 50px;
	font-weight: bold;
	color: black;
	padding-bottom: 12px;
	display: block;
}
.about05{
	color: black;
	font-size: 20px;
	
}
.aboutBt hr{
	border: none;
	background: black;
	width: 187px;
	height: 2px;
	margin: 12px 0;
}
.aboutC{
	background: url(../img/about02.jpg) no-repeat;
	padding-top: 33px;
	padding-bottom: 42px;
}
.aboutC p{
	color: #6f6f6f;
	font-size: 14px;
	line-height: 25px;
	text-indent: 2em;
	padding-left: 85px;
	padding-right: 41px;
	
}
.productBox{
	background: #222222;
	padding-bottom: 22px;
}
.proBt{
	font-size: 56px;
	color: #d42f33;
	float: left;
}
.proBt p span{
	color: white;
}
.proBttext span{
	display: block;
	color: #d3d3d3;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.proBttext p{
	font-size: 14px;
	color: #808080;
	float: left;
	padding-left: 10px;
}

.proMore{
	float: right;
	width: 90px;
}
.proMore a{
	color: #d3d3d3;
	font-size: 18px;
}
.proMore{
	margin-top: 30px;
}
.proMore span{
	color: #d42f33;
	font-size: 40px;
}
.proMore p{
	font-size: 14px;
	color: #d3d3d3;
}
.flBox{
	background: #d42f33;
	padding: 9px 0;
	margin-top: 24px;
	margin-bottom: 30px;
}
.flC li{
	float: left;
	width: 168px;
	line-height: 42px;
	border: solid 1px #f8f8f8;
	margin-left: 22px;
	text-align: center;
}
.flC a{
	color:#f8f8f8 ;
	font-size: 16px;
}
.flC li:hover{
	background: #f8f8f8;
}
.flC li:hover a{
	color: #d42f33;
}
.proshow li{
	text-align: center;
	float: left;
	width: 23%;
	margin: 10px 12px;
}
.proshow span{
	background: white;
	color: black;
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	display: block;
}
.proshow img{
	display: block;
	width: 100%;
}
.adC span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #d42f33;
}
.adC hr{
	border: none;
	background: #d42f33;
	width: 60px;
	height: 1px;
	margin: 0;
	margin-top: 12px;
	margin-bottom: 20px;
}
.adC p{
	font-size: 16px;
	color: #676767;
	line-height: 30px;
	text-indent: 2em;
}
.adCimg{
	padding: 0;
}
.adText{
	padding: 0 20px;
	padding-top: 50px;
}
.advantage{
	margin-top: 56px;
	margin-bottom: 30px;
}
.newBox{
	background: url(../img/newbg.jpg) no-repeat center center;
	background-size: cover;
}
.newBt{
	font-size: 56px;
	color: #d42f33;
	float: left;
}
.newBt p span{
	color: white;
}
.newBttext span{
	display: block;
	color: black;
	font-size: 30px;
	font-weight: bold;
	float: left;
}
.newBttext p{
	font-size: 14px;
	color: white;
	float: left;
	padding-left: 10px;
}

.newMore{
	float: right;
	width: 90px;
}
.newMore a{
	color: white;
	font-size: 18px;
}
.newMore{
	margin-top: 30px;
}
.newMore span{
	color: #d42f33;
	font-size: 40px;
}
.newMore p{
	font-size: 14px;
	color: white;
}
.newC{
	margin-top: 30px;
}
.newC li{
	float: left;
	width: 49%;
	margin: 16px 6px;
	background: white;
	line-height: 30px;
}

.newText a{
	color: black;
	font-size: 16px;
}
.newText span{
	font-size: 14px;
	float: right;
}
.newCtext{
	padding: 15px 15px;
}
.link span{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.footerBox{
	background: #262932;
}
.contactC img{
	display: inline-block;
	padding: 9px 0;
	padding-right: 10px;
}
.contactC li{
	line-height: 30px;
	color: white;
	font-size: 14px;
}
.footerNav li{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.footerNav a{
	color: #9f9f9f;
}
.ewm img{
	margin: 0 auto;
}
.youhua{
	background: #d42f33;
}

.sjAboutBox{
	background: #f2f2f2;
	padding-bottom: 30px;
}
.sjAboutBt{
	margin-top: 20px;
	margin-bottom: 10px;
}
.sjAboutBt span{
	display: block;
	text-align: center;
	font-size: 30px;
	color: #c52103;
}
.sjAboutBt p{
	font-size: 20px;
	color: black;
	text-align: center;
	line-height: 40px;
}
.sjAboutC p{
	font-size: 14px;
	line-height: 30px;
	color: #6f6f6f;
	text-indent: 2em;
	padding: 0 15px;
}
.sjProductBox{
	background: #d42f33;
	padding-top: 20px;
	padding-bottom: 10px;
}
.sjProBt{
	margin-bottom: 10px;
}
.sjProBt span{
	display: block;
	text-align: center;
	font-size: 30px;
	color: white;
}
.sjProBt p{
	font-size: 20px;
	line-height: 40px;
	color: white;
	text-align: center;
}
.sjProC li{
	margin: 8px 0;
	text-align: center;
}
.sjProC a{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.sjNewBt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 30px;
}
.sjNewBt p{
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	color: black;
}
.sjNewBox{
	padding: 20px 0;
}
.sjNewC li{
	line-height: 40px;
	padding: 0 10px;
	border-bottom: dashed 1px #b8b8b8;
}
.sjNewC a{
	color: black;
	font-size: 14px;
}
.sjNewC span{
	font-size: 12px;
	float: right;
}
.sjFooterBox{
	background: #262932;
	padding-top: 20px;
	padding-bottom: 10px;
}
.sjContactC img{
	display: inline-block;
	padding: 9px 10px;
}
.sjContactC li{
	line-height: 30px;
	color: white;
}
